home *** CD-ROM | disk | FTP | other *** search
INI File | 1994-10-25 | 657 b | 21 lines |
- ; EMANAGE.INI - Configuration file for EMANAGE.EXE (must be in same directory)
- ;
- ; Emanage presents a list of datafiles and lets the user choose any or
- ; all of the files to perform an extraction based on the configuration
- ; settings below.
- ;
- ; All filenames and paths must have a drive and be absolute.
-
- [init]
- ; path is the file skeleton to the data files
- path=f:\raw\*.dat
-
- ; fields is the pre-saved (from EXTRACT.EXE) field definitions for the extraction
- fields=f:\hours\hours.fld
-
- ; output is the file the extracted information is saved to
- output=f:\output.dat
-
- ; exe is the path to extract.exe
- exe=c:\user\prog\extract\extract.exe
-